Welcome![Sign In][Sign Up]
Location:
Search - c ocr

Search list

[CSharpc# OCR文字识别

Description: 利用office2007中的开发的图片文字识别例子。Microsoft Office Document Image,对包括中英文在内的各种语言的印刷体支持还不错。她是由清华文通oem给微软的,所以各种性能还是不错的,在office2007也包括这个功能,需要OCR的人可以参考一下。
Platform: | Size: 91893 | Author: wwwhao@gmail.com | Hits:

[Graph Recognize图片文字识别OCR

Description: 在Frame4.0上C#开发的一个关于图像中文字识别码源,已经生成了DEMO。
Platform: | Size: 2895339 | Author: xianghaibo296@163.com | Hits:

[Windows DevelopC语言代码

Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
Platform: | Size: 873472 | Author: 李权波 | Hits:

[Graph RecognizeOCR算法之C语言代码

Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
Platform: | Size: 874496 | Author: 樊志华 | Hits:

[AI-NN-PRclassifyMethord

Description: 描述了关于OCR的各种模式识别方法,包括各种分类算法。-describes the OCR on the pattern recognition methods, including classification algorithm.
Platform: | Size: 5255168 | Author: 李明 | Hits:

[AI-NN-PROCRcharacteridengtifycode

Description: OCR字符识别源代码,基于神经网络,用C#写的 -OCR character recognition source code, based on neural network, using the C# to write
Platform: | Size: 54272 | Author: 谭剑 | Hits:

[Graph Recognizetesseract-1.0.tar

Description: 是HP的开源的OCR代码.HP在1985-1995年间开发的商业质量的OCR引擎,UNLV评为前三,2005年开源。-HP is the revenue OCR code. HP 1985-1995, the commercial development between the quality of O CR engines, as the first three UNLV, in 2005 revenue.
Platform: | Size: 2779136 | Author: 毛军华 | Hits:

[VC/MFCHOWTOCREATEAWINDOW

Description: 介绍如何用纯C++语言来创建窗口界面,很详细-how to use pure C language interface to create windows, in great detail
Platform: | Size: 10240 | Author: 苏煜 | Hits:

[Graph Recognizeocrad-0.17

Description: 质量不错的OCR源码。这是国外很有名的开源OCR,研究OCR的同好一定要支持啊。-OCR source good quality. This is a well-known open source abroad OCR, the OCR research enthusiasts must support ah.
Platform: | Size: 125952 | Author: 杜小莹 | Hits:

[Graph RecognizeOCR-C

Description: The program is for OCR purpose and user can use this tool to do character recog
Platform: | Size: 2268160 | Author: 世界 | Hits:

[Graph Recognizeocr

Description: 脱机字符识别源代码。欢迎大家下载,分享。-Offline character recognition source code. Welcome everyone to download and share.
Platform: | Size: 9009152 | Author: Chen Dengwu | Hits:

[.netAsprise-OCR-CSharp-Windows_Server_32bit-4.0

Description: 识别图片上的文字,识别率有80% 附加c#调用 [DllImport("AspriseOCR.dll")] static extern string craboOCR(string file, int type) private void GetVeryfyCode() { if(File.Exists(_imgPath))//ok now? { try { this.picbVeryfyCode.Image=System.Drawing.Bitmap.FromFile(_imgPath) _veryfyCode=craboOCR(_imgPath,-1) _veryfyCode=_veryfyCode.Substring(0,4) this.txtVeryfyCode.Text=_veryfyCode } catch(Exception e) { this.lblResult.Text+=e.Message } } }-The text on the picture identification, identification rate of 80 surcharge c# Calls [DllImport ( AspriseOCR.dll )] static extern string craboOCR (string file, int type) private void GetVeryfyCode () (if (File.Exists (_imgPath) )// ok now? (try (this.picbVeryfyCode.Image = System.Drawing.Bitmap.FromFile (_imgPath) _veryfyCode = craboOCR (_imgPath,-1) _veryfyCode = _veryfyCode.Substring (0,4) this.txtVeryfyCode.Text = _veryfyCode) catch (Exception e) (this.lblResult.Text+ = e.Message)))
Platform: | Size: 6479872 | Author: 似的 | Hits:

[Graph RecognizeOCR

Description: OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别-OCR Optical Character Recognition code, thought is the background value of 16 changes in the provision of hook, loop, fork Recognition
Platform: | Size: 4039680 | Author: 陶超 | Hits:

[VC/MFCC++Primer+3+Chinese+edition

Description: Title: C++ Primer 3rd Edition 中文完美OCR版 URL:http://www.china-pub.com/computers/common/info.asp?id=5926 ISBN:7-5083-0989-8 Author:潘爱民 张丽 Publisher:中国电力出版社 Page:1043 Edition:3rd Edition Catalog:Programming/C_C++ Format:PDF Size:3.80MB Supplier:过去 Introduction:C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。在本书中,对于C++初学者特别有价值的是一些来自真实世界中的程序例子,它们说明了泛型程序(generic program)的设计、面向对象程序的设计、模板的用法,以及使用标准C++进行程序设计的方方面面。而且,本书也在适当的地方讲到了一些习惯用法以及效率指导。-err
Platform: | Size: 4012032 | Author: | Hits:

[Graph Recognizecharacter_recognize

Description: visual c++ OCR字符识别源代码-visual c++ OCR character recognition source code
Platform: | Size: 871424 | Author: imagesc | Hits:

[Graph RecognizeAsprise-OCR-C-Windows_XP_32bit-4.0

Description: 验证码识别dll库,对于未加花、噪,纯数字与字母均可识别-Asprise-OCR-C-Windows
Platform: | Size: 1960960 | Author: sdfsfsdf | Hits:

[Windows DevelopOcr

Description: OCR文字识别实现图像文字识别(OCR). -C# Source text recognition software used in the Modi
Platform: | Size: 92160 | Author: bingjie | Hits:

[Graph Recognizeocr

Description: A C# Implementation of Optical Character Recognition (OCR)
Platform: | Size: 8192 | Author: omcdr | Hits:

[.netC#OCR识别,C#截屏功能

Description: C#OCR识别,C#截屏功能 希望对大家有所帮助(C#OCR identification, C# screenshot function We hope to help)
Platform: | Size: 15344640 | Author: .net资源共享 | Hits:

[MiddleWareOCR

Description: 用于识别图像中的数字和字母,识别准确率高,基于c#语言开发的识别工具(It is used to identify the numbers and letters in the image, and the recognition accuracy is high. The identification tool based on c# language is developed)
Platform: | Size: 71680 | Author: haitian1101 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net